body{background-color:#f5f5f5;}
/*顶部样式*/
.topbar{ min-width: 1200px; height: 34px; line-height: 34px; font-size: 12px; color:#333; border-bottom:1px solid #d9d9d9; background-color:#f5f5f5;}
.topbar a{color:#666;}
.topbar a:hover {color: #3385ff;}
.topbar .tel em{font-size: 16px;}
.topbar .login{color: #ccc;}
.topbar .login a{margin:0 5px;color:#333;}
.topbar .split-line{float: left; display: inline; border-left: 1px solid #e1e1e1; padding: 0 15px;}
.topbar .split-line-r{border-right: 1px solid #e1e1e1;}

.topbar .drop-list{position:relative;padding:0 28px 0 15px; z-index: 1;}
.topbar .drop-list .drop{}
.topbar .drop-list .drop:after{
    content:'';
    position:absolute;
    z-index:10;
    right:17px;
    top:15px;
    border-color:#4a4a4a transparent transparent transparent;
    border-style:solid dashed dashed ;
    border-width:4px 4px 0px 4px;
    font-size:0;
    height:0;
    width:0;
    line-height:0;
    transition: transform 0.2s ease-in 0s;
}
.topbar .drop-list .sub{display: none;position: absolute;right:-1px;top:35px;border: 1px solid #f0f0f0;background:#fff;}
.topbar .drop-list .sub{min-width:205px;padding:15px 5px 15px 40px;}
.topbar .drop-list .sub .recom li{float:left;display:inline;width:100px;height:29px;line-height:29px;}

.topbar .drop-list:hover{height: 35px; background:#fff url("images/top_hover_bg.png") repeat-x 0 0;}
.topbar .drop-list:hover .drop{color:#f60;cursor: pointer;}
.topbar .drop-list:hover .drop:after{
    -webkit-transform: rotate(180deg);  -moz-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); -webkit-transition: all .25s ease 0s; -moz-transition: all .25s ease 0s; -o-transition: all .25s ease 0s; transition: all .25s ease 0s;
}
.topbar .drop-list:hover .sub{display: block;border-top:0 none;}


.topbar a:hover{color: #f60;}

/*头部样式*/
.index-header{ min-width: 1200px; padding-top:20px;padding-bottom:10px;background-color:#fff;}
.index-header .logo{padding-top:15px; width:250px; text-align: center; margin-right: 110px; }
.index-header .logo .logo-img{display: block;height: 60px; text-indent: -9999px; background:url("./images/logo_2.png") center 0 no-repeat;}
.index-header .logo .logo-text{display: block;height: 22px; text-indent: -9999px; background:url("./images/slogan.png") center 0 no-repeat;}
.index-header .search{}
.index-header .search .key-type{line-height:30px;margin-bottom: 10px;}
.index-header .search .key-type a{display: inline-block;padding: 0 10px;text-align: center;border-left:solid 2px #fff;cursor: pointer;color: #888;font-size: 12px;}
.index-header .search .key-type .active{color:#fff; background-color:#3385ff;position: relative;}
.index-header .search .key-type .active .icon-hot{background: url("./images/search-hot.png") center no-repeat;display: inline-block;width: 31px;height: 16px;position: absolute;right: -8px;top: -16px;}
.index-header .search .search-bar{height:40px;margin-bottom: 10px;border-radius: 5px;overflow: hidden;}
.index-header .search .search-bar label{float:left; display: inline;height:36px;overflow:hidden;border:solid 2px #e5e5e5;padding-left:30px;background: url(images/index/icon_search.png) no-repeat 10px center;}
.index-header .search .search-bar input{width: 400px;padding:10px; border:0 none;vertical-align: middle;}
.index-header .search .search-bar button{float:left;width: 120px;height:38px; margin-left:-1px;position: relative; border:0 none;color:#fff;font-size:18px; vertical-align: middle;background-color:#3385ff; cursor: pointer;}
.index-header .nav{line-height:30px;}
.index-header .nav li{float:left;margin-right:50px;}
.index-header .nav li a{font-weight: bold;color:#666;}
.index-header .nav li a:hover{color:#3385ff;}

.imgs{background:url(images/index/imgs.png) no-repeat;}
.app-quote {background: url(images/index/quote.png) no-repeat;}
.app-mgrCard {background: url(images/index/mgrCard.png) no-repeat;}

/*首屏*/
.firstpage{padding:30px 0; background:url(images/index/banner_bg.png) repeat-x;}
.firstpage .max-w{height:550px;background-color: #fff;}

/*行业分类导航*/
.industry-category{position: relative;width: 240px; height: 100%;  display: inline; background:#181a1f url(images/index/bg.jpg) no-repeat 0 50px;}
.industry-category .tit{background-color:#191919;height:50px;}
.industry-category .tit h2{position:relative; top:-20px; margin:0 auto; width: 200px; height: 70px; line-height: 70px; font-weight: bold;font-size: 24px; color:#fff;text-align: center; background-position: -125px  -112px;}
.industry-category .item{}
.industry-category .main-list{ height:65px; margin-left:40px; padding-top:15px;}
.industry-category .main-list dt{font-size: 18px; height: 30px; line-height:30px;overflow: hidden;}
.industry-category .main-list dt a{color:#fff;}
.industry-category .main-list dd{height: 20px; line-height:20px; overflow: hidden;}
.industry-category .main-list dd a{color:#a0a0a0; margin-right:10px; display: inline-block;}
.industry-category .main-list a:hover{color:#3385ff;}

.industry-category .sub-box{ display:none;position: absolute;top:0;left:100%;width: 690px; height: 550px; box-shadow:2px 0 2px 0px #f1f1f1; background-color: #fff; z-index:10; overflow: auto;}
.industry-category .sub-box .list-left{float: left;display: inline;padding:10px 0; margin-left: 50px;}
.industry-category .sub-box .list-left dl{width:290px;padding:10px 0; border-bottom:solid 2px #e5e5e5;}
.industry-category .sub-box .list-left dt{position:relative; margin-bottom:10px;line-height: 40px;font-size: 18px;font-weight: bold;}
.industry-category .sub-box .list-left dt:after{content: "";display: block;width:1em;height: 2px; background-color: #3385ff;}
.industry-category .sub-box .list-left dd a{display: inline-block; margin-right: 10px; color:#666;}

.industry-category .sub-box .img-right{float: right; display: inline;padding:20px 0; margin-right:40px;}


.industry-category .item:hover{background-color:#fff;}
.industry-category .item:hover .main-list dt a{color:#3385ff;}
.industry-category .item:hover .sub-box{display: block;}



/*中间栏*/
.firstpage .middle{width:690px;}
.firstpage .focus-slide{position:relative;margin-bottom: 10px;}
.firstpage .focus-slide .box{position:relative;height:370px;overflow: hidden;}
.firstpage .focus-slide .swiper-button{position:absolute;width:40px;height:40px;top:50%;margin-top:-20px;z-index: 9;}
.firstpage .focus-slide .prev{background-position:-374px -141px;left:0;}
.firstpage .focus-slide .next{background-position:-414px -141px;right:0;}
.firstpage .focus-slide .swiper-button-disabled{opacity:.35;cursor: auto;}
.firstpage .focus-slide .pg{position: absolute;bottom:10px;right:15px;z-index: 1;}
.firstpage .focus-slide .pg span {width: 12px;height: 12px;display: inline-block;margin: 0 5px;border: 2px solid #fff;color: #fff;border-radius: 50%;}
.firstpage .focus-slide .pg span.swiper-active-switch { display: inline-block; width: 12px;height: 12px;border-radius: 12px;background: #2755ff;box-shadow: 0px 1px 2px #555 inset;margin: 0 3px;border: 2px solid #eee;  cursor: pointer;}
.firstpage .focus-slide .swiper-slide a{display: inline-block;width: 100%;height: 100%;}
.firstpage .recommend-ad{padding-left:9px;padding-top:20px;}
.firstpage .recommend-ad li{float: left;display: inline; width:224px; text-align: center;}

/*右边栏*/
.firstpage .right-side{width:270px;}
.firstpage .user-info{ height:170px; margin-bottom: 20px; text-align: center;}
.firstpage .user-info .img{margin-bottom: 10px;padding-top:30px;}
.firstpage .user-info .img img{width: 60px;height: 60px; border-radius:60px;}
.firstpage .user-info .btns{padding-top:10px;}
.firstpage .user-info .user-img{position: relative;}
.firstpage .user-info .user-img .icon{position: absolute;bottom: 0;left: 50%;margin-left: 12px;}
.firstpage .user-info .btns a{display: inline-block;width: 106px;height:28px; line-height: 28px; border:solid 2px #ccc; text-align: center;}
.firstpage .user-info .btns .b-btn{background-color:#3385ff;color:#fff;border-color:#3385ff;}
.firstpage .login-ed{ text-align: center;padding-top:10px;padding-bottom:15px; margin: 0 20px; border-bottom:solid 2px #f5f5f5;}
.firstpage .login-ed span,.firstpage .login-ed a{display: inline-block;height:18px;vertical-align: middle;margin:0 2px;}
.firstpage .login-ed .gold{width:14px;background-position:-128px -219px; }
.firstpage .login-ed .gold.active{background-position:-128px -194px;}
.firstpage .login-ed .qc{width:15px;background-position:-157px -219px;}
.firstpage .login-ed .qc.active{background-position:-157px -194px;}
.firstpage .login-ed .vip{height:16px;line-height: 16px; border:solid 1px #bbb;border-radius:4px;overflow: hidden;}
.firstpage .login-ed .vip i{display: inline-block;height:16px;vertical-align: top; width:36px;background-position:-189px -219px;}
.firstpage .login-ed .vip em{display: inline-block;vertical-align: top; padding: 0 5px;color:#bbb;font-size:12px;}
.firstpage .login-ed .vip.active{border-color: #f60;}
.firstpage .login-ed .vip.active i{background-position:-189px -195px;}
.firstpage .login-ed .vip.active em{color:#f60;}


/*快捷链接*/
.firstpage .nav{ width: 230px;padding-top:10px; margin: 0 auto; border-bottom:solid 2px #f5f5f5; height:180px;text-align: center;}
.firstpage .nav li{ display:inline-block; width:70px; height: 80px; text-align: center;}
.firstpage .nav li i{display: block; margin: 0 auto;width: 42px; height: 41px;}
.firstpage .nav li .i-1{background-position:1px -162px;}
.firstpage .nav li .i-2{background-position:-42px -163px;}
.firstpage .nav li .i-3{background-position:-82px -162px;}
.firstpage .nav li .i-4{background-position:0 -204px;}
.firstpage .nav li .i-5{background-position:-41px -203px;}
.firstpage .nav li .i-6{background-position:-82px -203px;}
.firstpage .nav li .i-7{background:url('images/index/blnk1.png') no-repeat center;}
.firstpage .nav li .i-8{background:url('images/index/red_parket1.png') no-repeat center;}
.firstpage .nav li .i-9{background:url('images/index/percom1.png') no-repeat center;}
.firstpage .nav li .i-10{background:url('images/index/direct.png') no-repeat center;}
.firstpage .nav li .i-11{background:url('images/index/finance.png') no-repeat center;}
.firstpage .nav li em{display: block;line-height: 30px;}

/*公告*/
.firstpage .notice{width: 230px; margin: 0 auto;}
.firstpage .notice .hd{height:50px;line-height: 50px;}
.firstpage .notice .hd h2{float: left; font-size: 18px; font-weight: bold;}
.firstpage .notice .hd .more{float:right; margin-top:17px; width:15px;height:15px;position: relative;text-indent: -99999px;}
.firstpage .notice .hd .more:after,
.firstpage .notice .hd .more:before
{content:"";background-color:#e5f5f5;position: absolute;width: 100%;height: 100%;}
.firstpage .notice .hd .more:before{height: 3px;top:6px;left:0;}
.firstpage .notice .hd .more:after{width: 3px; left:6px;top:0;}
.firstpage .notice .hd .more:hover:before,
.firstpage .notice .hd .more:hover:after{background-color:#3385ff;}

.firstpage .notice ul{}
.firstpage .notice li{ height: 34px; line-height: 34px; color:#888; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.firstpage .notice li .date{float: right; margin-left: 20px;}
.firstpage .notice li a{color:#888;}
.firstpage .notice li a:hover{color:#3385ff;}
.firstpage a:hover{color:#3385ff;}

/*环球头条去模块*/
.topline-module{position: relative; width: 900px; height:500px;}
.topline-module h2{position: absolute;top:0;left:-68px;width: 68px;height: 198px;text-indent: -99999px; background:url(images/index/flag_topline.png) no-repeat;}
.topline-module ul{padding:30px 0 0 30px;}
.topline-module li{display: inline;float: left;}
.topline-module .top{width: 420px; overflow: hidden;}
.topline-module .top dl{}
.topline-module .top .img{height:260px; margin-bottom: 30px; text-align: center; overflow: hidden;}
.topline-module .top .img img{max-width: 100%;}
.topline-module .top dt{font-size: 24px;height: 56px;line-height: 56px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.topline-module .top dt a{color:#f60;}
.topline-module .top .desc{ max-height: 52px; line-height: 26px; margin-bottom: 20px; color:#888; overflow: hidden;}
.topline-module .top .desc a{color:#888;}
.topline-module .top .other{color:#bbb;}
.topline-module .top .other span{margin-right:30px;vertical-align: middle;}
.topline-module .top .other .eye{ display:inline-block;vertical-align: middle;width: 20px;height: 16px; margin-right:5px; background-position:-99px -4px;}

.topline-module .item{width:390px;height: 140px;margin-left:30px;border-bottom:solid 2px #f5f5f5;}
.topline-module .item dl{padding-top:10px;}
.topline-module .item dt{float: left; display: inline; width: 316px; font-size:18px;height: 50px;line-height: 50px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.topline-module .item dt a{padding-left:30px;background:url(images/index/icon_dot1.png) no-repeat 3px center;}
.topline-module .item dt a:hover{color:#3385ff; background-image: url(images/index/icon_dot2.png);}
.topline-module .item .desc{clear: both;position: relative; max-height: 52px; line-height: 26px; margin-left: 30px; margin-bottom: 20px; color:#888; overflow: hidden;}
.topline-module .item .desc a{display:inline-block;color:#888;padding-right:96px;}
.topline-module .item .desc a:after{content:"";position: absolute;top:50%;right:0;margin-top:-10px;width:60px;height: 20px;border-left:solid 2px #ccc; background: url(images/index/more_arrors.png) no-repeat right center; opacity: 0.5;}
.topline-module .item .desc a:hover:after{background-image:url(images/index/more_arrors2.png);}
.topline-module .item .date{ float: right;font-size:18px;height: 50px;line-height: 50px; color:#bbb;}

.topline-module2{position: relative; width: 930px; height:500px;}
.topline-module2 h2{position: absolute;top:0;left:-68px;width: 68px;height: 198px;text-indent: -99999px; background:url(images/index/flag_topline.png) no-repeat;}
.left-swiper-box {width: 300px;height: 500px; float: left;background-color: #FFF;}
.left-swiper-box .swiper-container {height: 185px;background-color: #0d6eff;}
.left-swiper-box .swiper-container img{width: 100%;}
.left-swiper-box .swiper-visible-switch{background: #ff8353;}
.top-pagination {position: absolute;z-index: 20;bottom: 280px;width: 300px;text-align: center;}
.swiper-pagination-switch {display: inline-block;width: 8px;height: 8px;border-radius: 8px;background: #CCC;margin: 0 5px;opacity: 0.8;border: 1px solid #fff;cursor: pointer;}
.swiper-active-switch {background: #ff8353;}
.left-swiper-msg { margin-top: 40px;}
.left-swiper-msg li {position: relative;box-sizing: border-box; position: absolute; display: none;width: 300px;height: 280px;padding: 0 20px;}
.left-swiper-msg li:first-child{display: block;}
.left-swiper-msg li h1{padding-top: 33px;border-top: 1px solid #f5f5f5;color: #ff6600;font-size: 24px;line-height: 36px;}
.left-swiper-msg li p {margin-top: 18px;font-size: 14px;line-height: 24px;color: #888;}
.left-swiper-msg li div{position: absolute;bottom: 35px;left: 20px; font-size: 14px;color: #bbb;}
.left-swiper-msg li div .time {margin-left: 10px;}
.left-swiper-msg li div .views {margin-left: 30px;}
.left-swiper-msg li div .views img{vertical-align: middle;}
.right-product-box {float: left;margin-left: 20px;width: 590px;height: 500px; background: #FFF;}
.right-product-box h3{display: block;padding: 23px 30px; font-size: 18px;font-weight: bold;color: #101010}
.right-product-box .product-list{margin-top: -20px;}
.right-product-box .product-list li{box-sizing: border-box; position: relative;float: left;margin-left: 20px;padding-top: 25px; width: 265px;height: 110px;border-bottom: 1px solid #f5f5f5;}
.right-product-box .product-list dl{margin-left: 60px;}
.right-product-box .product-list dt{font-size: 16px;line-height: 24px;color: #101010;}
.right-product-box .product-list li:hover dt{color: #2c81ff;}
.right-product-box .product-list li:nth-last-child(1),
.right-product-box .product-list li:nth-last-child(2){border: 0;}
.right-product-box .product-list dd{font-size: 14px;color: #888;}
.right-product-box .product-list .logo {position: relative; overflow: visible;float: left;width: 48px;height: 48px;}
.right-product-box .product-list .logo img {height: 100%; border-radius: 50%; width: 100%;}
.right-product-box .product-list .vip1,
.right-product-box .product-list .vip2,
.right-product-box .product-list .vip3{position: absolute; top:30px;left: 30px; width: 18px;height: 18px;border-radius: 50%;}
.right-product-box .product-list .vip1{background: url(./images/claim_mid.png);background-size: 100%}
.right-product-box .product-list .vip2{background: url(./images/blue_v.png);background-size: 100%}
.right-product-box .product-list .vip3{background: url(./images/noclaim_min.png);background-size: 100%}
/*环球榜单*/
.ranking-list{width:270px;height: 500px;}
.ranking-list .hd{position: relative; height: 48px; line-height: 48px; margin-left: 16px; background-color: #2c81ff;}
.ranking-list .hd:before{content: "";position: absolute; top:0;left:-16px; width:0;height:16px;border-width:16px;border-style: solid;border-color: transparent #2c81ff #2c81ff transparent;border-left:0 none; }
.ranking-list .hd:after{content: "";position: absolute; top:3px;left:-13px; width:0;height:0;border-width:5px;border-style: solid;border-color: #0064f3 transparent transparent #0064f3;}
.ranking-list .hd h2{text-align: center;color:#fff;font-weight: bold;font-size: 18px;}

.ranking-list .tab{height:44px;background-color:#fff;}
.ranking-list .tab li{float:left;width:33%; line-height:42px; text-align: center; cursor: pointer;}
.ranking-list .tab .active a{border-bottom:solid 2px #2c81ff; color:#2c81ff; display: inline-block;}
.ranking-list .cont{position:relative; height:408px;background-color:#fff; overflow: hidden;}
.ranking-list .box{position: absolute;top:0;left:0;width:300%;transition:300ms left;}
.ranking-list ol{padding:16px 0;float: left;width:270px;}
.ranking-list ol li{height: 47px;margin:0 16px;line-height: 47px;text-overflow: ellipsis; white-space: nowrap; overflow: hidden;}
.ranking-list ol em{display: inline-block; vertical-align: middle; width: 17px;height: 17px;line-height: 17px; border-radius:2px; margin-top:-1px; margin-right:8px; text-align: center; color:#fff; background-color:#ccc;}
.ranking-list ol span.nametxt{display: inline-block;width: 60px;}
.ranking-list ol li a:hover{color:#2c81ff;}
.ranking-list ol .top1 em{background-color:#f60;}
.ranking-list ol .top2 em{background-color:#f90;}
.ranking-list ol .top3 em{background-color:#fc0;}

.矩形_722 {

    position: absolute;
    left: 360px;
    top: 1906px;
    width: 310px;
    height: 468px;
    z-index: 945;
}

/*楼层结构样式*/
/*导航*/
.floor-wrap .nav{ float: right; margin-bottom: 15px; line-height:30px; color:#888;}
.floor-wrap .nav a{display:inline-block; color:#888;margin:0 15px;}
.floor-wrap .nav a:hover{color:#2c81ff;}

.floor-wrap .nav .all{width: 40px; margin-right:0; text-indent: -9999px; background: url(images/index/more_arrors.png) no-repeat right center;}
.floor-wrap .nav .all:hover{background-image:url(images/index/more_arrors2.png);}


.floor-layout{ margin-bottom:30px;height: 468px;}
.floor-side{width:310px;height:100%;position: relative;}
.floor-side .floor-title{position:absolute;top:30px;left:30px; width:250px;height: 48px; line-height: 48px; color:#fff;font-weight: bold; background-position: -124px -61px; }
.floor-side .floor-title em{float: right; width:28px;text-align:center;font-size: 18px;}
.floor-side .floor-title strong{margin-left:22px;font-size: 24px;}
.floor-side .floor-title a{color:#fff;}
.floor-side .nav{position: absolute;left:30px;bottom:20px;}
.floor-side .nav a{display: inline-block;padding:0 8px; margin-bottom:10px;margin-right:6px;line-height:26px;color:#fff;font-size:12px;background: rgba(255,255,255,.2);}
.floor-side .nav a:hover{background:#fff;color:#3d6ddf;}
.floor-side .ad-img {position: absolute;left: 40px;top: 140px;width: 230px;height:170px;}
.floor-side.floor6 .ad-img {left: 65px;top: 120px;height: 360px;width: 180px;}
.floor-side.floor4.ad-img img{width: 100%;height: 100%;}
.floor-side.floor1 {
    background-image: -moz-linear-gradient( 90deg, rgb(27,110,232) 1%, rgb(44,129,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(27,110,232) 1%, rgb(44,129,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(27,110,232) 1%, rgb(44,129,255) 100%);
}
.floor-side.floor2 {
    background:  rgb(109,153,255);
    background-image: -ms-linear-gradient( 45deg, rgb(60,108,222) 0%, rgb(109,153,255) 100%);
    background-image: -moz-linear-gradient( 45deg, rgb(60,108,222) 0%, rgb(109,153,255) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(60,108,222) 0%, rgb(109,153,255) 100%);
}
.floor-side.floor3{
    background:  rgb(0,205,172);
    background-image: -ms-linear-gradient( 45deg, rgb(2,170,176) 0%, rgb(0,205,172) 100%);
    background-image: -moz-linear-gradient( 45deg, rgb(2,170,176) 0%, rgb(0,205,172) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(2,170,176) 0%, rgb(0,205,172) 100%);
}
.floor-side.floor4 {
    background:  rgb(255,134,86);
    background-image: -ms-linear-gradient( 45deg, rgb(255,94,50) 0%, rgb(255,134,86) 100%);
    background-image: -moz-linear-gradient( 45deg, rgb(255,94,50) 0%, rgb(255,134,86) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(255,94,50) 0%, rgb(255,134,86) 100%);

}
.floor-side.floor5 {
    background:  rgb(135,144,255);
    background-image: -ms-linear-gradient( 45deg, rgb(137,112,255) 0%, rgb(135,144,255) 100%);
    background-image: -moz-linear-gradient( 45deg, rgb(137,112,255) 0%, rgb(135,144,255) 100%);
    background-image: -webkit-linear-gradient( 45deg, rgb(137,112,255) 0%, rgb(135,144,255) 100%);
}
.floor-side.floor6{
    background:  rgb(230,188,162);
    background-image: -ms-linear-gradient( 90deg, rgb(210,172,148) 0%, rgb(230,188,162) 100%);
    background-image: -moz-linear-gradient( 90deg, rgb(210,172,148) 0%, rgb(230,188,162) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(210,172,148) 0%, rgb(230,188,162) 100%);
}


.floor-main{width:860px; height: 100%; background-color:#fff;}
.floor-main .nav{position:relative;margin-bottom: 20px;}
.floor-main .nav:before{content:"";position:absolute;top:0;left:50%;width: 1px;height: 100%;background-color:#f5f5f5;}
.floor-main .nav dl{display: inline; float: left;width: 50%; height:110px;}
.floor-main .nav dt{margin:0 30px;font-size: 18px;line-height: 42px;padding-top:10px;}
.floor-main .nav dd{height:48px; margin-left:30px;line-height: 24px;overflow: hidden;}
.floor-main .nav dd a{color:#888;display: inline-block;margin-right:18px;}
.floor-main .nav dl a:hover{color:#2d81ff;}

.floor-main .com dl{display: inline; float: left;width: 50%; height:50px; line-height: 18px;}
.floor-main .com dt{position:relative;margin-left:70px;background-color:#fff;}
.floor-main .com dt i{position: absolute;width:30px;height:30px;top:3px;left:-40px;background-position:-69px -32px;}
.floor-main .com dt a:hover{color:#2d81ff;}
.floor-main .com dd{background-color:#fff;margin-left:70px;margin-right:30px;color:#888;font-size:12px;height: 18px;}

/*活动信息*/
.act-info{}
.act-info .floor-layout{height: 460px;}
.act-info .floor-title{position: static;width:auto;height:60px;line-height:60px;margin-bottom:30px;background-position:-124px 0;}

.act-ing{height: 372px;background-color:#fff;}
.act-ing .card{padding-bottom: 20px;}
.act-info .card dt{font-size: 18px;margin:0 30px;line-height:50px;}
.act-info .card dt a:hover{color:#2c81ff;}
.act-ing .card .active-img{position: relative;height: 176px; overflow: hidden;}
.act-ing .card .active-img img{width: 100%;}
.act-ing .card .active-img .underway{position:absolute;top:0;left:0;width:75px;height: 75px; background:url('images/index/underway.png') no-repeat center;text-indent: -9999px; overflow: hidden;}
.act-ing .card .active-img .end{position:absolute;top:0;left:0;width:75px;height: 75px; background:url('images/index/end.png') no-repeat center;text-indent: -9999px; overflow: hidden;}
.act-ing .card .active-img .nobegin{position:absolute;top:0;left:0;width:75px;height: 75px; background:url('images/index/nobegin.png') no-repeat center;text-indent: -9999px; overflow: hidden;}
.act-ing .card .city,.act-ing .card .date{line-height:18px;margin:0 30px;}
.act-ing .card .city i,.act-ing .card .date i{display: inline-block; vertical-align: middle; width: 14px; height:18px; margin-right: 5px;}
.act-ing .card .city i{background-position: -85px -2px;}
.act-ing .card .date i{background-position: -68px -2px;}

.act-ing .act-org dl{width: auto;margin-right: 30px;}
.act-ing .act-org dl .active-img{float: left;display: inline;width: 48px;height: 48px;margin-right: 10px;border-radius: 50%;}
.act-ing .act-org dl .active-img img{width:48px;height:48px;border-radius: 50%;}
.act-list{padding-top: 20px;}
.act-list li{display:inline;float:left;}
.act-list .top{width: 380px;line-height: 32px;margin: 0 20px;}
.act-list .top dl{padding:20px;height:64px;}
.act-list .top dt{float: left;font-size: 16px;width:250px;margin-top: 15px;}
.act-list .top .date{ float: left; width: 80px;height: 64px; line-height:22px;  margin-right: 10px; background-color:#f5f5f5;}
.act-list .top .date em{display:block;font-size:24px;padding-left:10px;padding-top:10px;color:#888;}
.act-list .top .date span{display:block;font-size: 16px;padding-left:10px;color:#bbb;}
.act-list .top .txt{color:#888;float: left;width:250px;}
.act-list .top a{display: block;}
.act-list .top a:hover{box-shadow:0 0 10px #f1f1f1;}
.act-list .top a:hover .date{background-color:#3385ff;}
.act-list .top a:hover .date em{color:#fff;}
.act-list .top a:hover .date span{color:#ccc;}
.act-list .top a:hover dt{color:#3385ff;}

.act-list .item{width: 340px;margin: 0 40px; padding-top:20px;height: 30px; line-height:30px;}
.act-list .item .date{float: right;margin-left:20px;color:#888;}
.act-list .item a{ display:inline-block; max-width:240px; padding-left: 20px; background: url(images/index/icon_dot1.png) no-repeat 0 center;}
.act-list .item a:hover{background-image: url(images/index/icon_dot2.png);color:#3385ff;}

/*环球号群体列表*/
.group-list {float: left;width:240px;margin: 0 23px;padding: 30px 0 20px 0;text-align: center;}
.group-list-b{position:relative;width: 240px;height: 240px;margin-bottom: 20px;  background-color:#f5f5f5;}
.group-list-b dt{height:40px;line-height:40px;font-size: 18px;margin:0 20px;}
.group-list-b dt a:hover{color:#2c81ff;}
.group-list-b .img{height: 94px;margin-bottom: 10px;}
.group-list-b .img img{height:100%;width: 94px;border-radius: 50%;}
.group-list-b .user-img1{position: relative;}
.group-list-b .user-img1 .icon1{position: absolute;left: 50%;bottom: 0;margin-left: 18px;}
.group-list-b .txt{color:#888; margin:0 20px;}
.group-list-b .flag{width:60px;height: 20px;text-indent: -99999px;}
.group-list-b .flag.f-1{background-position: 0 0;}
.group-list-b .flag.f-2{background-position: 0 -21px;}
.group-list-b .flag.f-3{background-position: 0 -42px;}

.group-list-m{ width:250px; height:48px;border-top:2px solid #f1f1f1;padding:20px 0;line-height: 24px; text-align: left;margin: 0 auto;margin-top: 20px;}
.group-list dl.group-list-m:nth-child(2) {border-top: 0 none;}
.group-list-m dt{font-size: 18px;}
.group-list-m dt a:hover{color:#2c81ff;}
.group-list-m .img{float: left; display: inline; width: 48px; height: 48px; margin-right:10px;border-radius: 50%;}
.group-list-m .img img {width:100%;height: 100%;border-radius: 50%;}
.group-list-m .user-img2{position: relative;}
.group-list-m .user-img2 .icon2{position: absolute;left: 50%;bottom: -3px;margin-left: 9px;}
.group-list-m .com-img{position: relative;}
.group-list-m .com-img .iden-icon{position: absolute;bottom: -20px;left: 50%;margin-left: -8px;}
.group-list-m .txt{color:#888;}

.column-layout{margin-bottom:30px;}
.column-layout .hd{height: 30px; line-height: 30px; margin-bottom: 15px;}
.column-layout .hd h2{font-size: 24px;}
.column-layout .hd .more{ float: right; width: 40px; margin-right:0; text-indent: -9999px; background: url(images/index/more_arrors.png) no-repeat right center;}
.column-layout .hd .more:hover{background-image:url(images/index/more_arrors2.png);}
.column-layout .hd .btns-pg{float: right;height: 14px;}
.column-layout .hd .btns-pg i{float: left;width: 9px;height: 14px; cursor: pointer;}
.column-layout .hd .btns-pg .prev{background-position:-334px -157px;}
.column-layout .hd .btns-pg .prev:hover{background-position:-334px -130px;}
.column-layout .hd .btns-pg .next{margin-left:10px;background-position:-354px -157px;}
.column-layout .hd .btns-pg .next:hover{background-position:-354px -130px;}

/*行情小程序宣传板块*/
.quote .floor-side .ad-img{top:125px; left:0; width: 100%; color: #fff; text-align: center;}
.quote .floor-side p {line-height: 1;}
.quote .floor-side .title {font-size: 66px; font-weight: bold;}
.quote .floor-side .brief {margin-top: 15px; font-size: 28px; font-weight: bold;}
.quote .floor-side .name {margin-top: 96px; font-size: 18px;}
.quote .floor-side img {margin: 12px 0;}
.quote .floor-side .tips { font-size: 14px;}

.quote .floor-main .container{padding: 30px;}
.quote .floor-main .container .top {position: relative; display: flex; height: 255px; align-items: center; justify-content: space-between;}
.quote .floor-main .container .top .right {width: 45%; height: 100%; color: #101010;}
.quote .floor-main .container .top .right .title>p{display: inline-block; font-size: 18px;}
.quote .floor-main .container .top .right .title>a{float: right;}
.quote .floor-main .container .top .right .quote-list {margin-top: 35px; width: 100%; height: 200px; overflow: hidden;}
.quote .floor-main .container .top .right .quote-list .item { float: inherit; color:#333; line-height: 1;}
.quote .floor-main .container .top .right .quote-list .item>p {display: inline-block; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.quote .floor-main .container .top .right .quote-list .item .name {width: 40%; }
.quote .floor-main .container .top .right .quote-list .item .price {margin-left: 12%; width: 25%;}
.quote .floor-main .container .top .right .quote-list .item .floats {float: right; width: 20%; text-align: right}
.quote .floor-main .container .top .right .quote-list .item .up{color:#ff3e13;}
.quote .floor-main .container .top .right .quote-list .item .down{color:#1dba4b;}
.quote .floor-main .container .top .unit {position: absolute; top: 26px; left: 5px; color:#333; font-size: 12px; }

.quote .floor-main .container .bot {margin-top: 50px; height: 132px; overflow: hidden;}
.quote .floor-main .container .bot .item {position: relative; line-height: 1;}
.quote .floor-main .container .bot .item::before {position: absolute; top:3px; content: ""; width: 8px; height:8px; border-radius: 100%; background-color: #ccc;}
.quote .floor-main .container .bot .item>p {display: inline-block; width: 150px; color:#333; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
.quote .floor-main .container .bot .item .name {margin:0 24px; color: #101010;}
.quote .floor-main .container .bot .item .num {margin: 0 24px; width: 100px;}
.quote .floor-main .container .bot .item .company {width: 180px;}
.quote .floor-main .container .bot .item .phone {float: right; width: 100px; text-align: right;}
.quote .floor-main .container .bot .item .un-login-tips {position: absolute; right:0; top: 15px; padding: 3px; width: 60px; text-align: center; background-color: #F5F5DC; border: 1px solid; z-index: 1000;}

.quote .swiper-wrapper {overflow: hidden;}
.quote-dialog {display: none; position: fixed; top: calc((100% - 400px)/2); left: calc((100% - 400px)/2); width: 400px; height: 400px; text-align: center; background-color: #fff; z-index: 1000;}
.quote-dialog .close {position: absolute; top: 5%; right: 5%; font-size: 28px; color: #706f6f; cursor: pointer;}
.quote-dialog .tips {margin-top: 50px;}
.quote-dialog .logo {margin: 20px 0; width: 200px; height: 200px;}
.quote-dialog-mask {display: none; position: fixed; top:0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.5); z-index: 999;}
.quote-dialog.active, .quote-dialog-mask.active {display: block;}

/*资讯专栏*/
.news-box{position: relative; width:380px;height:444px;background-color:#fff;}
.news-box .top{margin-bottom:20px;}
.news-box .top .img{margin-bottom: 20px;overflow:hidden;height: 215px;}
.news-box .top .img img{width:100%;}
.news-box .top .tit{ line-height:30px; font-size: 18px; margin:0 30px;}
/*.news-box .top .tit a{display: inline-block;}*/
.news-box .top .tit a:hover{color:#3385ff;}

.news-box .item{margin: 0 30px; height: 34px; line-height:34px;}
.news-box .item .date{float: right;margin-left:20px;color:#888;}
.news-box .item a{display:inline-block; max-width:220px; padding-left: 20px; background: url(images/index/icon_dot1.png) no-repeat 0 center;}
.news-box .item a:hover{background-image: url(images/index/icon_dot2.png);color:#3385ff;}

.news-box .flag{position:absolute;top:0;left:0; width:110px;height:32px; line-height:32px;text-indent:1em; font-size: 14px; color:#fff; }
.news-box .flag.f-1{background-position: 0 -63px;}
.news-box .flag.f-1 i{font-size: 12px; margin-left: -5px;}
.news-box .flag.f-2{background-position: 0 -96px;}
.news-box .flag.f-3{background-position: 0 -129px;}


/*银行合作*/
.bank-list{position: relative; height:100px; overflow: hidden;white-space: nowrap;}
.bank-list li a{display:block;padding:20px 0;text-align: center;border-right: 1px solid #eee;background-color:#fff;}
.bank-list .swiper-slide{width: 20%;display: inline-block; box-sizing: border-box;}


/*友情链接*/
.friendly-link{min-width: 1200px; background-color:#fff;padding:15px 0;}
.friendly-link h2{font-size: 16px;line-height: 40px;}
.friendly-link .nav{line-height: 30px;}
.friendly-link .nav a{display: inline-block;margin-right:15px;color:#888;}
.friendly-link .nav a:hover{color:#2c81ff;}

/*图标*/
.noclaim{width: 20px;height: 20px;display: inline-block;background: url(./images/noclaim_min.png) no-repeat;}
.claim{width: 20px;height: 20px;display: inline-block;background:url(./images/claim_min.png) no-repeat;}
.noclaim-mid{width: 26px;height: 26px;display: inline-block;background: url(./images/noclaim_mid.png) no-repeat;}
.claim-mid{width: 26px;height: 26px;display: inline-block;background:url("./images/claim_mid.png") no-repeat;}
.blue_v{width: 20px;height: 20px;display: inline-block;background:url(./images/blue_v.png) no-repeat;background-size: 100%;}
.blue_v-mid{width: 26px;height: 26px;display: inline-block;background:url(./images/blue_v.png) no-repeat;background-size: 100%;}
